Skip to content

Commit

Permalink
Merge branch 'master' of github.com:andreer/lispbox
Browse files Browse the repository at this point in the history
  • Loading branch information
andreer committed May 20, 2010
2 parents 52a7036 + b01a7cf commit ad15a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile.emacs
Expand Up @@ -18,7 +18,7 @@ staging/$(THING)/src/thing: staging/$(THING)/src/Makefile
cd staging/$(THING); $(MAKE)

staging/$(THING)/src/Makefile: staging/$(THING)
cd staging/$(THING); ./configure --with-x --prefix=$(prefix)/$(THING)
cd staging/$(THING); ./configure --with-gif=no --with-tiff=no --with-x --prefix=$(prefix)/$(THING)

staging/$(THING): source-archives/$(THING).tar.gz
cat $< | (cd staging; tar xzf -)
Expand Down

0 comments on commit ad15a64

Please sign in to comment.