Add rule to remake autoconf results (ie Makefile) - susmb - mounting of SMB/CIF… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3413a3920539964bf04a472beaefdb2bb1b79250 | |
parent 250da8dcb1e4a2a4db76530a7ab7070b8b823bf5 | |
Author: Michal Suchanek <[email protected]> | |
Date: Sun, 21 Mar 2010 23:15:07 +0100 | |
Add rule to remake autoconf results (ie Makefile) | |
Diffstat: | |
M Makefile.in | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/Makefile.in b/Makefile.in | |
@@ -101,6 +101,9 @@ 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 | |