summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in
index 79dbc14f6..115834908 100644
--- a/FL/Makefile.in
+++ b/FL/Makefile.in
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $"
+# "$Id$"
#
# Header makefile for the Fast Light Tool Kit (FLTK).
#
@@ -27,6 +27,10 @@ include ../makeinclude
all:
+clean:
+
+depend:
+
install:
echo "Installing include files in $(DESTDIR)$(includedir)..."
-$(MKDIR) -p $(DESTDIR)$(includedir)
@@ -54,5 +58,5 @@ uninstall:
#
-# End of "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $".
+# End of "$Id$".
#