diff options
-rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 8 | ||||
-rw-r--r-- | 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 9e8dfc4..332b37a 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 4c64f9a..511b09e 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 |