From 10c48772c65f263d8761e994dfc2ef8f2118a810 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Sep 2007 21:52:23 +0000 Subject: 2007-09-19 Joel Sherrill * Makefile: Clean up. --- http/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/http/Makefile b/http/Makefile index 7c64dc4..fde384b 100644 --- a/http/Makefile +++ b/http/Makefile @@ -76,17 +76,12 @@ CLEAN_ADDITIONS += FilesystemImage FilesystemImage.c FilesystemImage.h CLEAN_ADDITIONS += stamp-index-html rootfs/index.html rootfs/shttpd.png CLOBBER_ADDITIONS += -# strip out flags gcc knows but LD doesn't like -- add as needed -LD_CPU_CFLAGS=$(CPU_CFLAGS:-mstrict-align:) - -COPY_ARCH=$(shell echo $(OBJCOPY) | cut -d'-' -f1) - all: ${ARCH} $(SRCS) $(PGM) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -$(ARCH)/init.c: init.c FilesystemImage.c +$(ARCH)/init.o: init.c FilesystemImage.c FilesystemImage: $(ARCH) stamp-index-html \ rootfs/etc/host.conf rootfs/etc/hosts rootfs/rtems_logo.jpg -- cgit v1.2.3