summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2dafad75..3babe2cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,8 @@ install: install-data install-headers install-libs install-exec
#
install-data:
+ echo Making all in cups...
+ (cd cups; $(MAKE) $(MFLAGS) all)
for dir in $(DIRS); do\
echo Installing data files in $$dir... ;\
(cd $$dir; $(MAKE) $(MFLAGS) install-data) || exit 1;\