Makefile didn't clean DSO...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-03-26 12:46:25 +00:00
parent db2a9d49ce
commit 617a7ee619

View File

@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.18.2.5 1999/03/26 07:28:39 bill Exp $"
# "$Id: Makefile,v 1.18.2.6 1999/03/26 12:46:25 mike Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@ -169,7 +169,7 @@ $(DSONAME): $(OBJECTS)
$(CC) -I.. $(CFLAGS) -c -o $@ $<
clean :
-@ rm -f *.o *.do $(LIBRARY) $(CLEAN) core *~ ../include/*~ makedepend cmap
-@ rm -f *.o *.do $(DSONAME) $(LIBRARY) $(CLEAN) core *~ ../include/*~ makedepend cmap
@touch makedepend
depend:
@ -209,5 +209,5 @@ install: $(LIBRARY) $(DSONAME)
@-ln -s FL $(includedir)/Fl
#
# End of "$Id: Makefile,v 1.18.2.5 1999/03/26 07:28:39 bill Exp $".
# End of "$Id: Makefile,v 1.18.2.6 1999/03/26 12:46:25 mike Exp $".
#