Style change to better match src/lib/'s Makefiles.

This commit is contained in:
David E. O'Brien 2000-01-24 08:44:30 +00:00
parent 69d4b82b48
commit 01573adf71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56513
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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