diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 03:41:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 03:41:55 +0000 |
commit | 649bd5d40a80aa3e26df39eea4501a346a249a30 (patch) | |
tree | 951962e33abfd42ffb5e224ea1df096424a9848e /sys | |
parent | ebccd37c42828fb8ba0438ce82954c243330bdf5 (diff) |
next phase: get rid of bogus dependencies on Makefile from the day when
people thought skipping "make depend" or "make clean" was acceptable
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 830eb65ed72..8ebb6a67063 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.51 2010/04/26 22:21:14 deraadt Exp $ +# $OpenBSD: Makefile.alpha,v 1.52 2010/04/27 03:41:54 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -167,20 +167,6 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk objdump -g db_structinfo.o | awk -f $S/ddb/parse_structinfo.awk > $@ rm -f db_structinfo.o - -# depend on root or device configuration -autoconf.o conf.o: Makefile - -# depend on network or filesystem configuration -uipc_proto.o vfs_conf.o: Makefile - -# depend on maxusers -machdep.o: Makefile - -# depend on CPU configuration -clock.o machdep.o apecs.o cia.o lca.o ioasic.o scc.o icasic.o: Makefile - - locore.o: ${_machdir}/alpha/locore.s assym.h ${NORMAL_S} |