summaryrefslogtreecommitdiff
blob: bae74904cf02d356d5ff035c6596ab3394cf3ddd (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
--- makefile.in.orig
+++ makefile.in
@@ -111,17 +111,6 @@
 %.o: %.c
 	$(CC) $(CFLAGS) $(CPPFLAGS) $(DEFS) $< -c -o $@ $(DEFS)
 
-##
-## Hack - make sure the build system is consistant.
-##
-makefile: configure makefile.in
-	$(CONFIGURE)
-	
-configure: configure.in
-	aclocal
-	autoheader
-	autoconf
-
 dirs:
 	-mkdir $(DESTDIR)
 	-mkdir $(addprefix $(DESTDIR),$(filter-out $(srcdirlist), $(dirlist)))
@@ -205,7 +194,7 @@
 	@echo $(srcdirlist) $(srcfiles)
 
 # Hack to remake files depending on DEFAULT_PATH
-.default_path: makefile
+.default_path: 
 	@if [ ! -r .default_path ]; then \
 		echo "$(DESTDIR)" > .default_path; \
 	fi