From e997aa5946875b89e2dcde863b601c39dd40f09a Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 19 Oct 2001 18:24:16 +0000 Subject: [PATCH] gctags is gone on new redhat! --- src/arch/alpha/config/make.base | 2 +- src/arch/i386/config/make.base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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