diff options
author | Tim Potter <tpot@samba.org> | 2004-01-15 06:51:20 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-01-15 06:51:20 +0000 |
commit | c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3 (patch) | |
tree | 5697c9285232545b13666cb945fc98bf80a251a1 /source3 | |
parent | 1cb47a2cb7caef9c4f2d6ec3dc9dee666eeb0b08 (diff) | |
download | samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.tar.gz samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.tar.bz2 samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.zip |
Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable
anymore.
(This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 | ||||
-rw-r--r-- | source3/configure.in | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index ceacedd553..a01a641842 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -743,7 +743,6 @@ dynconfig.@PICSUFFIX@: dynconfig.c Makefile @echo Compiling $*.c with @PICFLAGS@ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ -@POBAD_CC@ -@mv $*.@PICSUFFIX@.o $@ lib/version.o: lib/version.c include/version.h @echo Compiling $*.c @@ -755,7 +754,6 @@ lib/version.@PICSUFFIX@: lib/version.c include/version.h @echo Compiling $*.c with @PICFLAGS@ @$(CC) -I. -I$(srcdir) $(FLAGS) $(PATH_FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ -@POBAD_CC@ @mv $*.@PICSUFFIX@.o $@ smbd/build_options.o: smbd/build_options.c Makefile include/config.h include/build_env.h include/proto.h @echo Compiling $*.c @@ -771,7 +769,6 @@ smbd/build_options.c: include/config.h.in script/mkbuildoptions.awk @echo Compiling $*.c with @PICFLAGS@ @$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAGS@ -c $< -o $*.@PICSUFFIX@ @BROKEN_CC@ -mv `echo $@ | sed -e 's%^.*/%%g' -e 's%\.@PICSUFFIX@$$%.o%'` $@ -@POBAD_CC@ @mv $*.@PICSUFFIX@.o $@ bin/.dummy: @if (: >> $@ || : > $@) >/dev/null 2>&1; then :; else \ diff --git a/source3/configure.in b/source3/configure.in index 7a844c337d..1f56efe7a6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -163,7 +163,6 @@ AC_SUBST(SHLD) AC_SUBST(HOST_OS) AC_SUBST(PICFLAGS) AC_SUBST(PICSUFFIX) -AC_SUBST(POBAD_CC) AC_SUBST(SHLIBEXT) AC_SUBST(INSTALLCLIENT) AC_SUBST(INSTALLCLIENTCMD_SH) @@ -1062,7 +1061,6 @@ SONAMEFLAG="#" SHLD="\${CC} \${CFLAGS}" PICFLAGS="" PICSUFFIX="po" -POBAD_CC="#" SHLIBEXT="so" if test "$enable_shared" = "yes"; then @@ -1096,7 +1094,6 @@ if test "$enable_shared" = "yes"; then ## ${CFLAGS} added for building 64-bit shared ## libs using Sun's Compiler LDSHFLAGS="-G \${CFLAGS}" - POBAD_CC="" PICSUFFIX="po.o" fi AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block]) |