diff options
author | Sascha Schumann <sas@php.net> | 1999-05-29 18:11:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-29 18:11:49 +0000 |
commit | 03d2a11e27a666545fa53b2a6898c3bd222cb7ba (patch) | |
tree | c60d72f3344f6b3733f92c0041dca45805a708c1 /regex | |
parent | 6ebb2c80e0f9cd4c6dd6e3c78aa2d04dd496a46e (diff) | |
download | php-git-03d2a11e27a666545fa53b2a6898c3bd222cb7ba.tar.gz |
more VPATH work
Diffstat (limited to 'regex')
-rw-r--r-- | regex/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regex/Makefile.in b/regex/Makefile.in index 2ef89f767f..348959daa9 100644 --- a/regex/Makefile.in +++ b/regex/Makefile.in @@ -12,7 +12,7 @@ RANLIB=@RANLIB@ # Put -Dconst= in for a pre-ANSI compiler. # Do not take -DPOSIX_MISTAKE out. # REGCFLAGS isn't important to you (it's for my use in some special contexts). -CFLAGS=-I$(srcdir) -DPOSIX_MISTAKE @CFLAGS@ +CFLAGS=-I$(srcdir) -I. -DPOSIX_MISTAKE @CFLAGS@ # If you have a pre-ANSI compiler, put -o into MKHFLAGS. If you want # the Berkeley __P macro, put -b in. @@ -39,7 +39,7 @@ JUNKLINT=possible pointer alignment|null effect # arrangements to build forward-reference header files .SUFFIXES: .ih .h .c.ih: - sh $(srcdir)/mkh $(MKHFLAGS) -p $< >$(srcdir)/$@ + sh $(srcdir)/mkh $(MKHFLAGS) -p $< >$@ all lib: libregex.a |