summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-12-30 07:44:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-12-30 07:44:21 +0000
commit2707ce2119ba4d31aae82d2aca8e585e4e97d945 (patch)
tree09b7f4455ca1927b07dde66468eb91ca78107abd
parent2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2707ce2119ba4d31aae82d2aca8e585e4e97d945.tar.bz2
2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* httpd/Makefile.am: Remove -DOS="RTEMS".
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/httpd/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5323d26aa9..ccc2780d56 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * httpd/Makefile.am: Remove -DOS="RTEMS".
+
2004-12-29 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/chain.h:
diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am
index 9d5e0421cc..1ebf430d52 100644
--- a/cpukit/httpd/Makefile.am
+++ b/cpukit/httpd/Makefile.am
@@ -7,7 +7,7 @@ include $(top_srcdir)/automake/compile.am
EXTRA_LIBRARIES =
CLEANFILES =
-AM_CPPFLAGS += -DWEBS -DUEMF -DOS="RTEMS"
+AM_CPPFLAGS += -DWEBS -DUEMF
if HAS_NETWORKING
if HAS_POSIX