Changeset 312 for branches/samba-3.0/source/Makefile.in
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/Makefile.in
r165 r312 145 145 # Note that all executable programs now provide for an optional executable suffix. 146 146 147 SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ @EXTRA_SBIN_PROGS@ @CIFSUPCALL_PROGS@147 SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ @EXTRA_SBIN_PROGS@ 148 148 149 149 ROOT_SBIN_PROGS = @CIFSMOUNT_PROGS@ … … 1600 1600 1601 1601 installcifsupcall: @CIFSUPCALL_PROGS@ 1602 @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS _BIN) $(DESTDIR) $(SBINDIR)1603 @$(SHELL) script/installbin.sh $(INSTALLPERMS _BIN) $(DESTDIR) $(prefix) $(SBINDIR) @CIFSUPCALL_PROGS@1602 @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(SBINDIR) 1603 @$(SHELL) script/installbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(SBINDIR) @CIFSUPCALL_PROGS@ 1604 1604 1605 1605 # Some symlinks are required for the 'probing' of modules. … … 1735 1735 1736 1736 uninstallcifsupcall: 1737 @$(SHELL) script/uninstallbin.sh $(INSTALLPERMS _BIN) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSUPCALL_PROGS@1737 @$(SHELL) script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(ROOTSBINDIR) @CIFSUPCALL_PROGS@ 1738 1738 1739 1739 uninstallmodules:
Note:
See TracChangeset
for help on using the changeset viewer.