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
This commit is contained in:
parent
753aa53c2e
commit
d22f87ca3b
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user