diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-28 13:41:40 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-05-28 13:41:40 -0500 |
| commit | 4fd5bb5d17e440cf34a3b3bb2973f16a76d5eb38 (patch) | |
| tree | cadfc7c2bd20f2b8029d7a43e22b79bfda25e1a5 /init | |
| parent | 4873da0e045607141054a2bb05f21e34d0badb15 (diff) | |
| parent | 89a6351c22a52338717542ed7612a21c9439f8b7 (diff) | |
Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make-ok
Diffstat (limited to 'init')
| -rw-r--r-- | init/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index f5b2fe86ea69..5fc90741e578 100644 --- a/init/Makefile +++ b/init/Makefile @@ -12,6 +12,10 @@ include $(TOPDIR)/Rules.make version.o: ../include/linux/compile.h +# 'make dep' may add a dependency on $(TOPDIR)/include/linux/compile.h + +$(TOPDIR)/include/linux/compile.h: ../include/linux/compile.h ; + # compile.h changes depending on hostname, generation number, etc, # so we regenerate it always. # mkcompile_h will make sure to only update the |
