X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=Makefile.in;h=9a9433562dec93c65e5ba0229db56b367a124d80;hp=929550d33742b3d9fe0b3a3a165bcf8c5ce3e3d2;hb=a425aedc1ee2c0bba4ba20904943afb21bd6e2e5;hpb=122a9b232937a3c8dcf791165f6db67c357fd1bf diff --git a/Makefile.in b/Makefile.in index 929550d..9a94335 100644 --- a/Makefile.in +++ b/Makefile.in @@ -222,7 +222,7 @@ INSTALLATION_DEFINES = \ -DCONFIG_DATA="\"$(CONFIGdir)\"" \ -DSHARE_DATA="\"$(SHAREdir)\"" \ -DLOG_DIR="\"$(LOGdir)\"" \ - -DEXTENSION_DATA="\"$(EXTENSIONdir)/extensions\"" + -DEXTENSION_DATA="\"$(EXTENSIONdir)\"" INCLUDES = $(all_includes) -I/usr/include/mISDNuser $(INSTALLATION_DEFINES) @ENABLE_ASTERISK_CHANNEL_DRIVER_TRUE@chan_lcr_so_SOURCES = @@ -641,8 +641,6 @@ install-strip: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: -clean-generic: - distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -788,6 +786,9 @@ install-data-hook: @if test -a $(SHAREdir)/tones_efi ; then \ echo "NOTE: special efi tones already exists, not overwritten." ; else \ cp -a tones_efi $(SHAREdir) ; fi + +clean-generic: + rm -f *.po # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: