Run "fltk-config --post" after installing and stripping fluid; otherwise

the resource fork will be lost.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2166 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2002-05-01 19:35:53 +00:00
parent 683b32002b
commit 30b61c9e03
2 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.10.2.6.2.18 2002/05/01 17:35:30 matthiaswm Exp $"
# "$Id: Makefile,v 1.10.2.6.2.19 2002/05/01 19:35:53 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -71,6 +71,7 @@ install: $(PROGRAM)
-mkdir -p $(bindir)
cp $(PROGRAM) $(bindir)
strip $(bindir)/$(PROGRAM)
$(bindir)/fltk-config --post $(bindir)/$(PROGRAM)
chmod 755 $(bindir)/$(PROGRAM)
uninstall:
@@ -88,5 +89,5 @@ rebuild:
./fluid -c widget_panel.fl
#
# End of "$Id: Makefile,v 1.10.2.6.2.18 2002/05/01 17:35:30 matthiaswm Exp $".
# End of "$Id: Makefile,v 1.10.2.6.2.19 2002/05/01 19:35:53 easysw Exp $".
#