From d22f87ca3bd8d3088848f91bb4678437712a5124 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 27 Feb 2016 15:43:26 +0000 Subject: [PATCH] Fix fluid/Makefile again. The previous commit unintentionally reverted the patch before that. Also remove duplicate from target clean. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11244 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluid/Makefile b/fluid/Makefile index ec25f35b7..ced53c747 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -57,7 +57,7 @@ fluid-shared$(EXEEXT): $(OBJECTS) ../src/$(DSONAME) ../src/$(FLDSONAME) \ $(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS) clean: - -$(RM) *.o core.* *~ *.bck *.bck + -$(RM) *.o core.* *~ *.bck *.bak -$(RM) core fluid$(EXEEXT) fluid-shared$(EXEEXT) -$(RM) fluid.app/Contents/MacOS/fluid$(EXEEXT)