From 01573adf7172c817287200c334f86c99795d6b55 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 24 Jan 2000 08:44:30 +0000 Subject: [PATCH] Style change to better match src/lib/'s Makefiles. --- gnu/usr.bin/cc/cc_drv/Makefile | 8 ++++---- gnu/usr.bin/cc/cc_int/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 9e8dfc4cb92d..332b37ae5e9f 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -4,14 +4,14 @@ .PATH: ../cc_tools ${GCCDIR} -SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c - -CFLAGS+= -DIN_GCC - LIB= cc_drv NOPROFILE= YES NOPIC= YES +SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c + +CFLAGS+= -DIN_GCC + install: @true diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 4c64f9aadfac..511b09efba95 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -4,6 +4,10 @@ .PATH: ../cc_tools ${GCCDIR}/config/${GCC_ARCH} ${GCCDIR} +LIB= cc_int +NOPROFILE= YES +NOPIC= YES + SRCS= c-common.c c-pragma.c \ caller-save.c calls.c combine.c convert.c cse.c \ dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \ @@ -29,10 +33,6 @@ SRCS+= obstack.c splay-tree.c CFLAGS+= -DTARGET_NAME=\"${target}\" -LIB= cc_int -NOPROFILE= YES -NOPIC= YES - install: @true