bug-gnulib
[Top][All Lists]
Advanced

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

[patch] byteswap module fails when building from subdir


From: Ben Pfaff
Subject: [patch] byteswap module fails when building from subdir
Date: Fri, 29 Jul 2005 21:39:58 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

This is a fix for incorrect use of $<.

Index: byteswap
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/byteswap,v
retrieving revision 1.2
diff -u -p -u -r1.2 byteswap
--- byteswap    22 Jul 2005 22:04:12 -0000      1.2
+++ byteswap    30 Jul 2005 04:36:38 -0000
@@ -17,7 +17,7 @@ EXTRA_DIST += byteswap_.h
 # We need the following in order to create <byteswap.h> when the system
 # doesn't have one.
 byteswap.h: byteswap_.h
-       cp $(srcdir)/$< address@hidden
+       cp $(srcdir)/byteswap_.h address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
 

-- 
"To the engineer, the world is a toy box full of sub-optimized and
 feature-poor toys."
--Scott Adams





reply via email to

[Prev in Thread] Current Thread [Next in Thread]