Remove config.status implicit rule. - susmb - mounting of SMB/CIFS shares via F… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1ac4150cd1a0728a4151e3e3609badfd2844d720 | |
parent 491851e26055df41947f7fcd485ef5f81d8679f1 | |
Author: Geoff Johnstone <[email protected]> | |
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(-) | |
--- | |
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 | |