From 63488b922ca20c21a56825de6b13ac593b693641 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 6 Apr 1998 15:56:21 +0000 Subject: [PATCH] Minor cleanups and reorganizations. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index e74ad67ac..dc482be81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ all: Makefile $(HEADERS) config.h .SUFFIXES: $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Src/Include/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Include/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -107,7 +107,7 @@ config.h: stamp-h @: stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=Src/Include/config.h \ + && CONFIG_FILES= CONFIG_HEADERS=Simulator/Include/config.h \ $(SHELL) ./config.status @echo timestamp > stamp-h $(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in @@ -166,14 +166,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Src/Include +subdir = Simulator/Include distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Src/Include/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Include/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \