use %p when printing pointers, not %x
[oweals/busybox.git] / findutils / Makefile
index ffafd38b304f751c5f55f5a6ec3f119b19a5c532..b02d69c99660ebff15a9b4b8e9718f0cf4c47610 100644 (file)
@@ -4,8 +4,12 @@
 #
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
+ifndef top_srcdir
 top_srcdir=..
+endif
+ifndef top_builddir
 top_builddir=..
+endif
 srcdir=$(top_srcdir)/findutils
 FINDUTILS_DIR:=./
 include $(top_builddir)/Rules.mak