summaryrefslogtreecommitdiffstats
path: root/c/make/target.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:51:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 12:51:37 +0000
commit49c41bfd1a6b6c3de52f594d0d44d7b8783e4c6a (patch)
tree3ec115df651505a4dc9a056c385e565cd1ece174 /c/make/target.cfg.in
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-49c41bfd1a6b6c3de52f594d0d44d7b8783e4c6a.tar.bz2
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* target.cfg.in: Comment out DEFS.
Diffstat (limited to '')
-rw-r--r--c/make/target.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/make/target.cfg.in b/c/make/target.cfg.in
index 4fa72f6ed8..df0a3c92fd 100644
--- a/c/make/target.cfg.in
+++ b/c/make/target.cfg.in
@@ -8,7 +8,7 @@ prefix = @prefix@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
-DEFS = @DEFS@
+# DEFS = @DEFS@
LDFLAGS =
LIBS = @LIBS@