Changeset 1622

Show
Ignore:
Timestamp:
07/12/06 17:39:18 (2 years ago)
Author:
justin
Message:

Fixed patch Makefile syntax error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/packages/patch/Makefile

    r1607 r1622  
    1919compile-stage1: 
    2020        CC="$${CC} $(64FLAGS)" ./configure --prefix=$(WD) \ 
    21          --build-$(CLFS_HOST) --host=$(CLFS_TARGET) 
     21         --build=$(CLFS_HOST) --host=$(CLFS_TARGET) 
    2222        make $(PM) 
    2323        make install