mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
[oweals/busybox.git] / coreutils / touch.c
index 6c2b948e62d3a70fdbe08b352e11d7fd26fe01c6..c51fb70ca79edbdb86ed9ee45681178b9525d79a 100644 (file)
@@ -26,7 +26,7 @@
 //config:        touch is used to create or change the access and/or
 //config:        modification timestamp of specified files.
 
-//applet:IF_TOUCH(APPLET_NOFORK(touch, touch, _BB_DIR_BIN, _BB_SUID_DROP, touch))
+//applet:IF_TOUCH(APPLET_NOFORK(touch, touch, BB_DIR_BIN, BB_SUID_DROP, touch))
 
 //kbuild:lib-$(CONFIG_TOUCH) += touch.o