diff --git a/slsDetectorSoftware/eigerDetectorServer/Makefile b/slsDetectorSoftware/eigerDetectorServer/Makefile index 8e9b2bf5a..fab12b36b 100644 --- a/slsDetectorSoftware/eigerDetectorServer/Makefile +++ b/slsDetectorSoftware/eigerDetectorServer/Makefile @@ -2,7 +2,7 @@ CC = powerpc-4xx-softfloat-gcc CLAGS += -Wall -DVIRTUAL -DDACS_INT -DSLS_DETECTOR_FUNCTION_LIST -DEIGERD LDLIBS += -lm -PROGS = eigerDetectorServer +PROGS = slsDetectorServer DESTDIR ?= bin INSTMODE = 0777