blob: 689f7e0a514bf1538fa6d151436f8dbf112f484f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- compare/Makefile.orig 2021-08-19 10:00:38 UTC
+++ compare/Makefile
@@ -6,7 +6,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
INSDIR= bin
-TARGET= compare
+TARGET= scompare
CPPOPTS += -DUSE_LARGEFILES
CPPOPTS += -DSCHILY_PRINT
CPPOPTS += -DUSE_NLS # Include locale support
|