summaryrefslogtreecommitdiff
path: root/tests/cifs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cifs/Makefile')
-rw-r--r--tests/cifs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cifs/Makefile b/tests/cifs/Makefile
index 9176e5c8..0c5cf3be 100644
--- a/tests/cifs/Makefile
+++ b/tests/cifs/Makefile
@@ -12,9 +12,9 @@ include $(BUILDRULES)
install:
$(INSTALL) -m 755 -d $(TARGET_DIR)
- $(INSTALL) -m 755 [0-9]?? $(TARGET_DIR)
+ $(INSTALL) -m 755 $(TESTS) $(TARGET_DIR)
$(INSTALL) -m 644 group $(TARGET_DIR)
- $(INSTALL) -m 644 [0-9]??.* $(TARGET_DIR)
+ $(INSTALL) -m 644 $(OUTFILES) $(TARGET_DIR)
# Nothing.
install-dev install-lib: