summaryrefslogtreecommitdiff
path: root/FL/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Makefile.in')
-rw-r--r--FL/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in
index ab3cbc6b8..12839b440 100644
--- a/FL/Makefile.in
+++ b/FL/Makefile.in
@@ -3,7 +3,7 @@
#
# Header makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2007 by Bill Spitzak and others.
+# Copyright 1998-2008 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -37,7 +37,7 @@ install:
echo "Installing include files in $(DESTDIR)$(includedir)..."
$(RMDIR) $(DESTDIR)$(includedir)/FL
$(INSTALL_DIR) $(DESTDIR)$(includedir)/FL
- for file in *.[hrH]; do \
+ for file in *.[hH]; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/FL; \
done
@HLINKS@ cd $(DESTDIR)$(includedir)/FL;\