chiark / gitweb /
clarify comment
[subdirmk.git] / Subdir.mk.in
index fa38d6578e06fdea3e002767cfdddfb3e8847823..cd8fa532d2e183c16084c66091a073525909188c 100644 (file)
@@ -23,14 +23,4 @@ COMPILE              ?= $(CC) -c -o$@ -MD $(DEFS) $(INCLUDES) $(CFLAGS)
 %.o: %.c
        $(COMPILE) $<
 
 %.o: %.c
        $(COMPILE) $<
 
-&^/configure: &^/configure.ac
-       cd &^ && autoconf
-
-config.status: &^/configure
-       ./config.status --recheck
-
-subdirs.mk $(MAKFILES): makefiles.phantom
-.INTERMEDIATE: makefiles.phantom
-makefiles.phantom: $(addprefix &^/,$(addsuffix .in,$(MAKEFILES)))      \
-               config.status &^/build-aux/subdirmk-setup
-       ./config.status
+include subdirmk/regen.mk