~ubuntu-branches/ubuntu/warty/happy/warty

« back to all changes in this revision

Viewing changes to distrib/Makefile-bin.in

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2004-04-03 15:51:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040403155147-47pwz4txfls12i4q
Tags: 1.13-0tarball-5
Fix pragmas (missing #) in Parser.hs as recent GHCs were barfing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
          fi; \
172
172
        done
173
173
 
174
 
# Convert pwd's UNC reported path into DOS style
175
 
# (cygwin32 only.)
176
 
CURRENT_DIR = `pwd | sed 's|^//\(.\)|\1:|'`
177
 
 
178
174
in-place ::
179
 
        $(MAKE) $(MFLAGS) config-pkgs bindir=$(CURRENT_DIR)/bin/$(platform) libdir=$(CURRENT_DIR)/lib/$(platform) datadir=$(CURRENT_DIR)/share
 
175
        $(MAKE) $(MFLAGS) config-pkgs bindir=`pwd`/bin/$(platform) libdir=`pwd`/lib/$(platform) datadir=`pwd`/share
180
176
        if test -x "./post-inplace-script" ; then \
181
177
                echo "Running project-specific post-inplace script ..." ; \
182
 
                ./post-inplace-script $(platform) $(CURRENT_DIR) \
 
178
                ./post-inplace-script $(platform) `pwd` \
183
179
                        $(package)-$(version); \
184
180
                echo "Done" ; \
185
181
        fi
186
 
        @echo "Finished configuring..to use, add $(CURRENT_DIR)/bin/$(platform) to your PATH."
 
182
        @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
187
183
 
188
184
install-dirs ::
189
185
        $(INSTALL_DIR) $(bindir)