diff --git a/src/Makefile b/src/Makefile index 61337426..2ea13348 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ # 02111-1307, USA. # # File: Makefile -# Version: $Name: $ $Revision: 1.17 $ +# Version: $Name: $ $Revision: 1.18 $ # Author(s): Andreas Huggel (ahu) # History: 10-Dec-03, ahu: created # @@ -258,8 +258,9 @@ uninstall-sharedlib: uninstall-lib: $(UNINSTALL_LIB) uninstall-header ctags: - ctags-exuberant --extra=+q -e * - ctags-exuberant --extra=+q * + ebrowse $(CCHDR) $(CCSRC) +# ctags-exuberant --extra=+q -e * +# ctags-exuberant --extra=+q * check: @echo "No checks available for this library."