summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 14:20:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 14:20:41 +0000
commita1bcc6e944f80290d49543678878cd06eab96d82 (patch)
tree1f0b96e1634a4577334d0b18cd944b063c697359 /c/src/tests/psxtests/configure.in
parentPatch rtems-rc-19991117-15.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a1bcc6e944f80290d49543678878cd06eab96d82.tar.bz2
Moved pmacros.h to include not support/include.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/configure.in b/c/src/tests/psxtests/configure.in
index 6900397421..36cb3d9b0b 100644
--- a/c/src/tests/psxtests/configure.in
+++ b/c/src/tests/psxtests/configure.in
@@ -40,6 +40,7 @@ AC_SUBST(CC_LDFLAGS_PROFILE_V)
# Try to explicitly list a Makefile here
AC_OUTPUT(
Makefile
+include/Makefile
psx01/Makefile
psx02/Makefile
psx03/Makefile
@@ -63,6 +64,4 @@ psxsem01/Makefile
psxstat/Makefile
psxtime/Makefile
psxtimer/Makefile
-support/Makefile
-support/include/Makefile
)