summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer/Makefile.am
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 /testsuites/psxtests/psxtimer/Makefile.am
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 'testsuites/psxtests/psxtimer/Makefile.am')
-rw-r--r--testsuites/psxtests/psxtimer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am
index 8aa00f1d30..66c76cf180 100644
--- a/testsuites/psxtests/psxtimer/Makefile.am
+++ b/testsuites/psxtests/psxtimer/Makefile.am
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
# (OPTIONAL) Add local stuff here using +=
#
-AM_CPPFLAGS = -I$(top_srcdir)/support/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)