summaryrefslogtreecommitdiff
path: root/gpm/gpm-1.20.4-no-emacs-dir.patch
blob: d3edf560d06cdba53b3a6aea109d0514dfa987f9 (plain)
    1 --- gpm-1.20.3-orig/Makefile.in	2008-04-15 16:34:13.000000000 +0200
    2 +++ gpm-1.20.3/Makefile.in	2008-04-20 23:30:30.000000000 +0200
    3 @@ -51,7 +51,7 @@
    4  
    5  installdirs:
    6  	$(MKDIR) $(libdir) $(bindir) $(sbindir) $(includedir) $(sysconfdir); \
    7 -	if test "x@ELISP@" != "x" ; then \
    8 +	if test "x$(ELISP)" != "x" ; then \
    9  		$(MKDIR) $(lispdir) ; \
   10  	fi
   11  

Generated by cgit