File: Makefile.patch

package info (click to toggle)
bbdb 2.36-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,592 kB
  • sloc: lisp: 18,236; makefile: 515; perl: 377; sh: 272
file content (22 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	2009-11-17 16:13:19.000000000 -0500
+++ Makefile	2009-11-17 16:16:25.000000000 -0500
@@ -16,18 +16,7 @@
            aclocal.m4 configure configure.ac install-sh Makefile.in \
            bits lisp misc tex texinfo utils
 
-all: Makefile bbdb info    gnus
-
-Makefile:: Makefile.in
-	./config.status
-
-Makefile:: configure
-	@echo "Configure has changed, you may need to rerun configure!"
-	exit 1
-
-configure: configure.ac
-	@echo "configure.ac has changed. Please rerun autoconf!"
-	exit 1
+all: bbdb info    gnus
 
 bbdb:
 	cd lisp; $(MAKE) bbdb