head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.09.12.21.00.07;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Unbreak on 64-bit, little-endian machines (read: amd64)

Approved by:	portmgr (marcus)
@
text
@--- aux/Makefile.orig	2008-09-12 17:24:07.293242000 +0000
+++ aux/Makefile	2008-09-12 17:25:08.192241000 +0000
@@@@ -13,7 +13,8 @@@@
 	@@echo "### Ignore warnings about shift count negative/too large on line 36"
 	@@echo "###"
 	$(CC) $(CFLAGS) $(LDFLAGS) byteorder.c -o byteorder
-	(./byteorder; cat ./ntohl.h) > $(BORDER)
+	(./byteorder; cat ./ntohl.h) > /dev/null
+	@@touch $(BORDER)
 
 $(INODE): types.sh types.c types
 	$(SHELL) ./types.sh "$(CPP)" > $(INODE)
@
