Skip to content

Commit

Permalink
Eliminate make-target build-common
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 4, 2009
1 parent 55e0a42 commit e0ab920
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/templates/Makefile.in
Expand Up @@ -87,7 +87,7 @@ PHP_EXT = \
library/php_pcre.pbc

# default
all: build
all: pipp$(EXE)

# This is a listing of all targets, that are meant to be called by users
help:
Expand Down Expand Up @@ -124,11 +124,10 @@ Makefile: build/templates/Makefile.in

build: pipp$(EXE)

#build-common: build-pmc library/pipplib.pbc pipp.pbc $(PHP_EXT) Test.pir
build-common: build-pmc library/pipplib.pbc pipp.pbc $(PHP_EXT)

# Target for building a standalone Pipp.
pipp$(EXE): build-common
#pipp$(EXE): build-pmc library/pipplib.pbc pipp.pbc $(PHP_EXT) Test.pir
pipp$(EXE): build-pmc library/pipplib.pbc pipp.pbc $(PHP_EXT)
$(PBC_TO_EXE) pipp.pbc

library/pipplib.pbc: \
Expand Down

0 comments on commit e0ab920

Please sign in to comment.