Ignore:
Timestamp:
Aug 28, 2013, 12:17:03 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.2: made it build again, changelog updates'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r800 r803  
    6767# install some more files
    6868INSTALLS = ndpsmb-docs
    69 ndpsmb-docs_INST = $(INST_BIN) 
     69ndpsmb-docs_INST = $(INST_BIN)
    7070ndpsmb-docs_SOURCES = COPYING resources/ndpsmb.ndp resources/instpl.cmd resources/uninstpl.cmd
    7171
     
    151151$(PATH_OUT)/dist/$(PACKAGE_NAME).zip: \
    152152                $(PATH_INST_BIN)/instpl.cmd \
    153                 $(PATH_INST_BIN)/ndpsmb.ndp \           
     153                $(PATH_INST_BIN)/ndpsmb.ndp \
    154154                $(PATH_INST_BIN)/uninstpl.cmd \
    155155                $(PATH_INST_BIN)/ndpsmb.dll \
     
    163163        $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist                             
    164164        $(QUIET)$(RM) -f $@
    165         $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \* 
     165        $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \*
    166166
    167167
     
    170170                ./resources/ndpsmb.tpl \
    171171                $(PATH_INST_BIN)/instpl.cmd \
    172                 $(PATH_INST_BIN)/ndpsmb.ndp \           
     172                $(PATH_INST_BIN)/ndpsmb.ndp \
    173173                $(PATH_INST_BIN)/uninstpl.cmd \
    174174                $(PATH_INST_BIN)/ndpsmb.dll \
Note: See TracChangeset for help on using the changeset viewer.