Fixed some space characters that slipped into the Makefile.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 12 Jul 2021 21:57:04 +0000 (14:57 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 12 Jul 2021 21:57:04 +0000 (14:57 -0700)
hacks/NEDsim/ned_programs/Makefile

index 716c5c6..3eac6b9 100644 (file)
@@ -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)