summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:48:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 21:48:01 +0000
commit1bfffa591e12caad3fa31f61fc094deb54f354f4 (patch)
tree5768956bc310d900b8591af4e77523e97bf01f88
parent9af5bd665e1c37615344804266761eb4a3b42791 (diff)
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: No use of objdump.
-rw-r--r--http/ChangeLog4
-rw-r--r--http/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index b05ade9..a77cac3 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile: No use of objdump.
+
2007-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Cleanup.
diff --git a/http/Makefile b/http/Makefile
index fde384b..e6e3d28 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -40,9 +40,6 @@ CFLAGS_DEBUG_V += -v -qrtems_debug
LD_PATHS +=
-#NATIVE_OBJ = $(shell $(OBJCOPY) 2>&1 | grep copy: | cut -d':' -f3 | cut -d' ' -f2)
-OBJDUMP=$(OBJCOPY:copy=dump)
-
USE_GOHEAD=no
USE_SIMPLE=yes
USE_FTPD=yes