[pdfmod] Use portable cp args



commit 8c46e45581e233515d90844c7db60bede81a7304
Author: Romain Tartière <romain blogreen org>
Date:   Tue Aug 18 15:51:03 2009 -0700

    Use portable cp args
    
    Signed-off-by: Gabriel Burt <gabriel burt gmail com>

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 681624a..c77c44b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -115,6 +115,6 @@ $(ASSEMBLY_MDB): $(ASSEMBLY)
 
 $(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
 	mkdir -p $(shell dirname $(ASSEMBLY))
-	cp -t $(BUILD_DIR) $(BUNDLE_ASSEMBLIES)
-	cp -t $(BUILD_DIR) $(BUNDLE_FILES)
+	cp $(BUNDLE_ASSEMBLIES) $(BUILD_DIR)
+	cp $(BUNDLE_FILES) $(BUILD_DIR)
 	$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]