Remove config.status implicit rule. - susmb - mounting of SMB/CIFS shares via FUSE
(HTM) git clone git://git.codemadness.org/susmb
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1ac4150cd1a0728a4151e3e3609badfd2844d720
(DIR) parent 491851e26055df41947f7fcd485ef5f81d8679f1
(HTM) Author: Geoff Johnstone <qwerty@acm.org>
Date: Fri, 2 Apr 2010 19:57:32 +0100
Remove config.status implicit rule.
Diffstat:
M Makefile.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
(DIR) diff --git a/Makefile.in b/Makefile.in
@@ -21,6 +21,7 @@ CC = @CC@
prefix = ${DESTDIR}@prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
+datarootdir = @datarootdir@
mandir = @mandir@
man1dir = $(mandir)/man1
@@ -111,9 +112,6 @@ config.rng.h: @srcdir@/config.rng
%.o: @srcdir@/%.c
$(CC) $(CFLAGS) -c -o $@ $<
-%: %.in
- ./config.status
-
.PHONY: all debug dist install install-strip uninstall clean distclean tar