diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/LinuxRPM/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/LinuxRPM/Makefile.am b/extras/LinuxRPM/Makefile.am index e63a1ce40e6..91e707bf346 100644 --- a/extras/LinuxRPM/Makefile.am +++ b/extras/LinuxRPM/Makefile.am @@ -6,7 +6,7 @@ GFS_SPEC = ../../glusterfs.spec .PHONY: all all: - @echo "To build RPMS run `make glusterrpms`" + @echo "To build RPMS run 'make glusterrpms'" .PHONY: glusterrpms prep srcrpm testsrpm clean |