diff options
author | gallatin <gallatin@FreeBSD.org> | 2003-12-09 15:48:20 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2003-12-09 15:48:20 +0000 |
commit | e5dea073ca6fcd94dbc432b0f79cae0a8c67da07 (patch) | |
tree | 8784aee0a0ae9288b534487e01d1f7f13dd3c569 /sys/conf | |
parent | 188f1f0503591ed91bb1a4c377a72bad39e418c6 (diff) | |
download | FreeBSD-src-e5dea073ca6fcd94dbc432b0f79cae0a8c67da07.zip FreeBSD-src-e5dea073ca6fcd94dbc432b0f79cae0a8c67da07.tar.gz |
Remove duplicate script for locore.o
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.powerpc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index e46125a..f7fc547 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -47,9 +47,6 @@ COPTS+= -msoft-float %CLEAN -locore.o: $S/$M/$M/locore.S assym.s - ${NORMAL_S} - %RULES .include "$S/conf/kern.post.mk" |