gctags is gone on new redhat!

This commit is contained in:
Ronald G. Minnich 2001-10-19 18:24:16 +00:00
parent 351efb22d5
commit e997aa5946
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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