summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-24 08:44:30 +0000
committerobrien <obrien@FreeBSD.org>2000-01-24 08:44:30 +0000
commit3ced96f0cab39bfaf944028ea06505e9f12bbfcd (patch)
treea0e2c999e3b8141f75b9cc15a60a9a11e3aafdf7 /gnu
parent782470b16b32bf0d0e445a38c442a8f756b81b64 (diff)
downloadFreeBSD-src-3ced96f0cab39bfaf944028ea06505e9f12bbfcd.zip
FreeBSD-src-3ced96f0cab39bfaf944028ea06505e9f12bbfcd.tar.gz
Style change to better match src/lib/'s Makefiles.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_drv/Makefile8
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile8
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
OpenPOWER on IntegriCloud