From 610469087995c07d3a2f593662cd8be27490e0bc Mon Sep 17 00:00:00 2001 From: mccallum Date: Wed, 17 Apr 1996 19:09:43 +0000 Subject: [PATCH] Fix inclusion of preface.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1441 72102866-910b-0410-8b05-ffd578937521 --- Testing/Makefile.in | 5 ++++- Testing/beh.m | 2 +- Testing/server.h | 2 +- Testing/server.m | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Testing/Makefile.in b/Testing/Makefile.in index b2d8bc4a5..6d718ee37 100644 --- a/Testing/Makefile.in +++ b/Testing/Makefile.in @@ -131,9 +131,12 @@ DIST_FILES = $(RCS_FILES) all: $(EXCS) # This works for GNU make, but not others. -%: %$(OEXT) $(srcdir)/../src/lib$(LIBRARY_NAME)(LIBEXT) +%: %$(OEXT) ../src/lib$(LIBRARY_NAME)$(LIBEXT) $(CC) $(ALL_CFLAGS) $@$(OEXT) -o $@ $(ALL_LDFLAGS) +foo: + echo $(OEXT) + install: uninstall: diff --git a/Testing/beh.m b/Testing/beh.m index 89f92473e..1508e4fc1 100644 --- a/Testing/beh.m +++ b/Testing/beh.m @@ -1,4 +1,4 @@ -#include +#include #include #include diff --git a/Testing/server.h b/Testing/server.h index 9264326f0..ec9303a86 100644 --- a/Testing/server.h +++ b/Testing/server.h @@ -1,7 +1,7 @@ #ifndef _server_h #define _server_h -#include +#include #include #include diff --git a/Testing/server.m b/Testing/server.m index d0ac6b89a..0aae6b949 100644 --- a/Testing/server.m +++ b/Testing/server.m @@ -1,4 +1,4 @@ -#include +#include #include #include #include