diff --git a/src/arch/alpha/config/make.base b/src/arch/alpha/config/make.base index e9765270ba..7ed399a9bf 100644 --- a/src/arch/alpha/config/make.base +++ b/src/arch/alpha/config/make.base @@ -11,7 +11,7 @@ makerule linuxbios.rom: linuxbios.strip makerom ; ./makerom -l0x310000 -i7 -v li makerule linuxbios.strip: linuxbios ; objcopy -O binary -R .note -R .comment -S linuxbios linuxbios.strip makerule linuxbios: linuxbios.a ; @rm -f biosobject makerule etags: $(SOURCES) ; etags $(SOURCES) -makerule tags: $(SOURCES) ; gctags $(SOURCES) +makerule tags: $(SOURCES) ; ctags $(SOURCES) makerule documentation: $(SOURCES) ; doxygen LinuxBIOSDoc.config addaction linuxbios $(LINK) addaction linuxbios nm -n linuxbios > linuxbios.map diff --git a/src/arch/i386/config/make.base b/src/arch/i386/config/make.base index bcad36b548..1d512d8b49 100644 --- a/src/arch/i386/config/make.base +++ b/src/arch/i386/config/make.base @@ -37,7 +37,7 @@ makerule linuxbios: linuxbios.o ldscript.ld ; $(CC) -nostdlib -nostartfiles -sta addaction linuxbios nm -n linuxbios > linuxbios.map makerule etags: $(SOURCES) ; etags $(SOURCES) -makerule tags: $(SOURCES) ; gctags $(SOURCES) +makerule tags: $(SOURCES) ; ctags $(SOURCES) makerule documentation: $(SOURCES) ; doxygen LinuxBIOSDoc.config makerule linuxbios.a : $(OBJECTS-1) ; rm -f linuxbios.a