From a110b68252d6fad61fc36f08257bb8659c17a693 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 17:55:49 +0000 Subject: Part of automake VI patch from Ralf Corsepius : > 2) rtems-rc-19990131-1.diff > > Rework of compilers/*.cfg files (esp. gcc-target-default.cfg) to adapt > the flags/makefile variables to automake and make standards (cf. > make.info - implicit rules/variables). > > This patch is rather risky and may probably break things, but is an > essential step towards automake. > > FWIW: It also reverts the i386-ASMFLAGS/ASFLAGS-patch, which was wrong, > as I had to experience ;-. --- c/src/exec/score/cpu/unix/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in index baabaa8297..1a88a6b1de 100644 --- a/c/src/exec/score/cpu/unix/Makefile.in +++ b/c/src/exec/score/cpu/unix/Makefile.in @@ -50,9 +50,9 @@ LDFLAGS += CLEAN_ADDITIONS += CLOBBER_ADDITIONS += -$(ARCH)/unixsize.h: $(ARCH) cpu.h $(PROJECT_RELEASE)/bin/gensize +$(ARCH)/unixsize.h: $(ARCH) cpu.h $(GENSIZE) $(RM) $@ - $(PROJECT_RELEASE)/bin/gensize > $@ + $(GENSIZE) > $@ $(CHMOD) -w $@ $(ARCH)/rtems-cpu.rel: $(OBJS) -- cgit v1.2.3