Fixed minor typo in Makefile comment.
[screensavers] / hacks / NEDsim / ned_programs / Makefile
index 716c5c6..81505d8 100644 (file)
@@ -9,7 +9,7 @@
 
 # To keep the rules simple, since we are dealing with six different file
 # extensions, NED_EMBED is defined with no suffix, leaving the suffix to be
 
 # To keep the rules simple, since we are dealing with six different file
 # extensions, NED_EMBED is defined with no suffix, leaving the suffix to be
-# hardcoded in each step as appropriate and simplying the make target list.
+# hardcoded in each step as appropriate and simplifying the make target list.
 .SUFFIXES: .ned_asm
 NED_SRC != ls *.ned_asm
 NED_EMBED := $(NED_SRC:.ned_asm=)
 .SUFFIXES: .ned_asm
 NED_SRC != ls *.ned_asm
 NED_EMBED := $(NED_SRC:.ned_asm=)
@@ -31,7 +31,7 @@ NED_OBJDUMP = ned1objdump
 # Since nedasm and nedobjcopy do not overwrite existing files, include target
 # `clean` as a preq.
 all: clean $(NED_EMBED)
 # Since nedasm and nedobjcopy do not overwrite existing files, include target
 # `clean` as a preq.
 all: clean $(NED_EMBED)
-    # Build an #include guard around the C declarations of the binary blobs.
+       # Build an #include guard around the C declarations of the binary blobs.
        @mv $(DECLARATION_HEADER_FILE) $(DECLARATION_HEADER_FILE).tempfile
        @echo "/* Autogenerated code. Do not edit. */" >> $(DECLARATION_HEADER_FILE)
        @echo "#ifndef NEDSIM_AUTOGEN_BLOB_DECLARATIONS" >> $(DECLARATION_HEADER_FILE)
        @mv $(DECLARATION_HEADER_FILE) $(DECLARATION_HEADER_FILE).tempfile
        @echo "/* Autogenerated code. Do not edit. */" >> $(DECLARATION_HEADER_FILE)
        @echo "#ifndef NEDSIM_AUTOGEN_BLOB_DECLARATIONS" >> $(DECLARATION_HEADER_FILE)