Add rule to remake autoconf results (ie Makefile) - susmb - mounting of SMB/CIFS shares via FUSE
HTML git clone git://git.codemadness.org/susmb
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3413a3920539964bf04a472beaefdb2bb1b79250
DIR parent 250da8dcb1e4a2a4db76530a7ab7070b8b823bf5
HTML Author: Michal Suchanek <hramrach@centrum.cz>
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(-)
---
DIR 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