summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-04 14:02:50 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-04 14:02:50 +0000
commit3a8232644e04a4cfdcbe2061f0556b78b4045191 (patch)
treeb9c52adfd8e5f01e247aa0b4eaa2ce40467951aa /source3/Makefile.in
parent40984f6b55212c710f6a7c7b940a785b2b607985 (diff)
downloadsamba-3a8232644e04a4cfdcbe2061f0556b78b4045191.tar.gz
samba-3a8232644e04a4cfdcbe2061f0556b78b4045191.tar.bz2
samba-3a8232644e04a4cfdcbe2061f0556b78b4045191.zip
started basic support for solaris 2.5 in smbwrapper.
(This used to be commit e5c7cabae4826bde819b94a48bc4674dcd69da21)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 466b73e6c4..811a699673 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -219,7 +219,7 @@ SMBTORTURE_OBJ = utils/torture.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
PROTO_OBJ = $(SMBD_OBJ) $(NMBD_OBJ) $(SWAT_OBJ) $(CLIENT_OBJ) \
$(RPCCLIENT_OBJ) $(SMBWRAPPER_OBJ)
-PICOBJS = $(SMBWRAPPER_OBJ:%.o=%.p)
+PICOBJS = $(SMBWRAPPER_OBJ:%.o=%.po)
######################################################################
# now the rules...
@@ -228,7 +228,7 @@ PICOBJS = $(SMBWRAPPER_OBJ:%.o=%.p)
all : CHECK $(SPROGS) $(PROGS)
.SUFFIXES:
-.SUFFIXES: .c .o .h .p
+.SUFFIXES: .c .o .h .po
CHECK:
@echo "Using FLAGS = $(FLAGS)"
@@ -253,7 +253,7 @@ CHECK:
# it will only work with GNU make, gcc and --enable-maintainer-mode
-.c.p: @MAINT@ .deps/.dummy obj-dirs
+.c.po: @MAINT@ .deps/.dummy obj-dirs
@echo Compiling $*.c with -fpic
@dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` && \
if test ! -d "$$dir"; then \
@@ -351,7 +351,7 @@ bin/smbtorture: $(SMBTORTURE_OBJ)
smbwrapper/smbwrapper.so: $(PICOBJS)
@echo Linking $@
- @$(LD) -shared -o $@ $(PICOBJS)
+ $(LD) -G -o $@ $(PICOBJS)
install: installbin installman installscripts installcp installswat
@@ -396,7 +396,7 @@ uninstallcp:
@$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST)
clean:
- -rm -f core */*~ *~ */*.o */*.p
+ -rm -f core */*~ *~ */*.o */*.po
proto:
@echo rebuilding include/proto.h