Added absolute path to match the common style.
[mmh] / docs / Makefile.in
index aaf0fe4..38db87e 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for h subdirectory
 #
-# $Id$
-#
 
 SHELL = /bin/sh
 
@@ -51,10 +49,10 @@ superclean: realclean
 subdir = docs
 
 Makefile: Makefile.in ../config.status
-       cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+       cd .. && ./config.status $(subdir)/$@
+
 distdir = ../`cat ../distname`/$(subdir)
-nmhdist: 
+nmhdist:
        @echo "Copying distribution files in $(subdir)"
        @for file in $(DIST); do \
          cp -p $(srcdir)/$$file $(distdir); \