fixed a small bug in the uninstall mode

This commit is contained in:
David Turner 2000-10-07 01:21:25 +00:00
parent 6fbe4db6b7
commit 2c5b7ebf71
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install: $(PROJECT_LIBRARY)
done
uninstall:
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY).$A
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/lib$(PROJECT).$A
-$(DELETE) $(includedir)/freetype/cache/*
-$(DELDIR) $(includedir)/freetype/cache
-$(DELETE) $(includedir)/freetype/config/*