Changeset 19157

Show
Ignore:
Timestamp:
08/08/06 08:21:52 (2 years ago)
Author:
patrick
Message:

Style fixes. No functional changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/sonix/Makefile.inc.in

    r19156 r19157  
    243243        $(SHELL) $(MKINSTALLDIRS) $(instlinks)/share/flagpoll 
    244244        $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX)                   \ 
    245           $(EXTRA_INSTALL_ARGS) $(topdir)/sonix.fpc $(instlinks)/share/flagpoll/sonix.fpc 
    246  
     245          $(EXTRA_INSTALL_ARGS) $(topdir)/sonix.fpc                    \ 
     246          $(instlinks)/share/flagpoll/sonix.fpc 
    247247ifdef BUILD_TYPE 
    248248        $(MAKE) links-$(BUILD_TYPE) 
     
    384384        $(SHELL) $(MKINSTALLDIRS) $(libdir)$(LIBBITSUF)/flagpoll 
    385385        $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX)                   \ 
    386           $(topdir)/sonix.fpc                   
    387          $(libdir)$(LIBBITSUF)/flagpoll/sonix-$(VERSION_DOT).$(PLATFORM).$(ISA).`date '+%s'`.fpc 
     386          $(topdir)/sonix.fpc                                          
     387          $(libdir)$(LIBBITSUF)/flagpoll/sonix-$(VERSION_DOT).$(PLATFORM).$(ISA).`date '+%s'`.fpc 
    388388 
    389389# =============================================================================