summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ab
blob: d07e05deee150f41faa7ca2374497ce49f1c05a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
$NetBSD: patch-ab,v 1.16 2003/05/28 02:34:00 jlam Exp $

--- Makefile.orig	Thu Mar  6 11:36:00 2003
+++ Makefile
@@ -67,13 +67,13 @@
 # Install object and target files...
 #
 
-install:	installhdrs
+install:	installcups installconf
+
+installcups:	installhdrs
 	for dir in $(DIRS); do\
 		echo Installing in $$dir... ;\
 		(cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
 	done
-	echo Installing in conf...
-	(cd conf; $(MAKE) $(MFLAGS) install)
 	echo Installing in data...
 	(cd data; $(MAKE) $(MFLAGS) install)
 	echo Installing in doc...
@@ -89,6 +89,13 @@
 	echo Installing cups-config script...
 	$(INSTALL_DIR) $(BINDIR)
 	$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
+
+#
+# Install config files...
+#
+installconf:
+	echo Installing in conf...
+	(cd conf; $(MAKE) $(MFLAGS) install)
 	echo Installing startup script...
 	if test "x$(INITDIR)" != "x"; then \
 		$(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \